From: Jyrki Gadinger Date: Mon, 2 Jun 2025 14:54:22 +0000 (+0200) Subject: chore: prepare for release 3.16.4 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1^2~13^2~1^2~20 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=930e6e637c8fda12d775a4c9ad286e5e34e78470;p=nextcloud-desktop.git chore: prepare for release 3.16.4 Signed-off-by: Jyrki Gadinger --- diff --git a/VERSION.cmake b/VERSION.cmake index 90c1ad30f..94abb43f6 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -3,10 +3,10 @@ # ------------------------------------ set(MIRALL_VERSION_MAJOR 3) set(MIRALL_VERSION_MINOR 16) -set(MIRALL_VERSION_PATCH 4) +set(MIRALL_VERSION_PATCH 5) set(MIRALL_VERSION_YEAR 2025) set(MIRALL_SOVERSION 0) -set(MIRALL_PREVERSION_HUMAN "3.16.4") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc. +set(MIRALL_PREVERSION_HUMAN "3.16.5") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc. set(NCEXT_BUILD_NUM 47) set(NCEXT_VERSION 3,0,0,${NCEXT_BUILD_NUM})